home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / pc / shared.dir / 00167.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  674 b   |  23 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   mouseClick()
  4.   set oldSprites to saveSprites()
  5.   set oldCursors to saveCursors()
  6.   clearCursors()
  7.   set the cursor of sprite 15 to [132 + 144, 140 + 144]
  8.   set the cursor of sprite 16 to [131 + 144, 139 + 144]
  9.   set button to [133 + 144, 141 + 144]
  10.   set the cursor of sprite 2 to button
  11.   set the visible of sprite 3 to 0
  12.   set the visible of sprite 6 to 0
  13.   set the visible of sprite 7 to 0
  14.   set the visible of sprite 8 to 0
  15.   set the visible of sprite 9 to 0
  16.   set the visible of sprite 10 to 0
  17.   set the visible of sprite 11 to 0
  18.   updateStage()
  19.   play frame the frame + 63
  20.   restoreSprites(oldSprites)
  21.   restoreCursors(oldCursors)
  22. end
  23.